home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / park_thi.swf / scripts / DefineSprite_912 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  291 b   |  15 lines

  1. stop();
  2. playAgain_btn.onRelease = function()
  3. {
  4.    _root.score = 0;
  5.    _root.gotoAndStop(_root.levelArray[_root.level - 1]);
  6. };
  7. submit_btn.onRelease = function()
  8. {
  9.    _root.gotoAndStop("submit");
  10. };
  11. mainMenu_btn.onRelease = function()
  12. {
  13.    _root.gotoAndStop("lblgameintro");
  14. };
  15.